home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prol12b1.zip / PROPROGM < prev    next >
Text File  |  1990-05-24  |  820b  |  56 lines

  1. ;
  2. ; PROPROGM - Outside Program Menu for ProLogon 1.1 beta
  3. ;
  4. ;  format is:
  5. ;    menu_letter, offhook y/n, menu description
  6. ;    command line 1
  7. ;    command line 2...
  8. ;    command to reload BOARD.BAT
  9. ;    /          ;ends command list
  10. ;
  11. ;  All normal @ and $ macros are available in command lines.
  12. ;
  13.  
  14. ; call up prodoor config program
  15. C,Y,ProDoor Configuration Program
  16. CD \PROD
  17. CALL CONFIG
  18. CD \PCB
  19. BOARD
  20. /
  21.  
  22. ; call up prodoor config program
  23. E,Y,ProEdit (snoop mode)
  24. CD \PROD
  25. PROEDIT C:\PCB -R -U -C -X -Q
  26. CD \PCB
  27. BOARD
  28. /
  29.  
  30. ;call up pcbfiler
  31. F,Y,PCB Filer
  32. PCBFILER
  33. BOARD
  34. /
  35.  
  36. ;call up pcbsetup
  37. S,Y,PCB Setup
  38. PCBSETUP
  39. BOARD
  40. /
  41.  
  42. ;call up pcbsm
  43. M,Y,PCB System Manager
  44. PCBSM
  45. BOARD
  46. /
  47.  
  48. ;call up TELIX, leave phone onhook
  49. T,N,Telix (phone on-hook)
  50. CD \TELIX
  51. TELIX
  52. CD \PCB
  53. BOARD
  54. /
  55.  
  56.